home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / bbs_door / dwall_24.zip / DWALL.CFG < prev    next >
Text File  |  1996-04-17  |  13KB  |  275 lines

  1. ; Dirty Wall configuration file
  2. ;
  3. ; Any text following a semi-colon (;), and blank lines, are ignored.
  4. ;
  5. ;------------------------------------------------------------------------------
  6. ;
  7. ;  BBS system directory. Indicates where the door information file (drop file)
  8. ;  can be found. Remove the semi-colon (;) to activate this option.
  9. ;
  10. ;BBSDir    C:\BBS
  11. ;
  12. ;------------------------------------------------------------------------------
  13. ;
  14. ;  Local mode override. Forces dirty wall to always operate in local test mode.
  15. ;  Remove the semi-colon (;) to activate this option. When this mode is
  16. ;  activated, no door information file is required and default settings are
  17. ;  used for the user's name, location, etc.
  18. ;
  19. ;LocalMode
  20. ;
  21. ;------------------------------------------------------------------------------
  22. ;
  23. ;  Door personality setting. This setting selects one of a number of sysop
  24. ;  interface personalities. Each personality setting emulates the status line
  25. ;  format and sysop function keys of a particular BBS package. Valid
  26. ;  personality settings are:
  27. ;
  28. ;                     Standard            (OpenDoors style, similar to RA 1.11)
  29. ;                     PCBoard
  30. ;                     RemoteAccess
  31. ;                     Wildcat
  32. ;
  33. Personality    Standard
  34. ;
  35. ;------------------------------------------------------------------------------
  36. ;
  37. ;  BBS node number that Dirty Wall is running on. Only used if OpenDoors is 
  38. ;  unable to determine the node number by some other means. This overrides the
  39. ;  -N command line parameter, I do not recommend using this statement, since 
  40. ;  the -N comand line parameter is much better. Use this only if you have 
  41. ;  multiple config files! make sure no two nodes will use the same node number
  42. ;  since that would mess up the posts.
  43. ;
  44. ;Node    1
  45. ;
  46. ;------------------------------------------------------------------------------
  47. ;
  48. ;  Maximum length of time a user is permitted to access the door. If the user's
  49. ;  total remaining time on the BBS is less than this value, the user will only
  50. ;  be permitted to access the door for this shorter length of time. This option
  51. ;  may be disabled by placing a semi-colon (;) at the beginning of the line.
  52. ;  When this option is disabled, the user will be permitted to use the full
  53. ;  of their remaining time on the BBS within the door.
  54. ;
  55. ;MaximumDoorTime    15
  56. ;
  57. ;------------------------------------------------------------------------------
  58. ;
  59. ;  Inactivity timeout. Specifies the maximum number of seconds that may elapse
  60. ;  without the user pressing any key, before the user will be automatically
  61. ;  disconnected. A value of 0 disables inactivity timeouts.
  62. ;
  63. InactivityTimeout    200
  64. ;
  65. ;------------------------------------------------------------------------------
  66. ;
  67. ;  Name of the sysop. Dirty Wall can usually determine the sysop's name from
  68. ;  the information passed by the BBS. However, some BBS software does not
  69. ;  supply this information to doors. In such cases, the sysop name should
  70. ;  be supplied here. Also you can specify the sysop security here. If a user
  71. ;  has sysop access he can tag how many times he wants no matter what the
  72. ;  limit or -NT option... Remove the semi-colon (;) to activate this option.
  73. ;
  74. ;SysopName     The Sysop
  75. ;SysopSecurity 100
  76. ;
  77. ;------------------------------------------------------------------------------
  78. ;
  79. ;  Name of the BBS. OpenDoors can usually determine the name of the BBS from
  80. ;  the information passed to the door by the BBS. However, some BBS software
  81. ;  does not supply this information to door programs. In such cases, the 
  82. ;  system name should be supplied here. Remove the semi-colon (;) to activate 
  83. ;  this option.
  84. ;
  85. ;SystemName    Unnamed BBS
  86. ;
  87. ;
  88. ;------------------------------------------------------------------------------
  89. ;
  90. ;  Use handles on the wall? ... set to "Yes" or "No" ... the command line
  91. ;  option "-H" can override this, if it is set to no!
  92. ;
  93. UseHandles     Yes
  94. ;
  95. ;------------------------------------------------------------------------------
  96. ;
  97. ;  Allow anonymous posting? Once a use has posted anonymous not even the
  98. ;  sysop can see who posted. So if youw ant to know who posted everything
  99. ;  set this to No.
  100. ;
  101. Anonymous      No
  102. ;
  103. ;------------------------------------------------------------------------------
  104. ;
  105. ;  Tagging control options: Allowed tags per day and the security to allow
  106. ;  tagging. If you set these to 0 no limit is imposed.
  107. ;
  108. TagsPerDay     0
  109. TagSecurity    0
  110. ;
  111. ;------------------------------------------------------------------------------
  112. ;
  113. ;  Maximum length of the wall, in lines. When the wall is longer the top is
  114. ;  truncated to make room for new posts ... The value here is 50, the minimum
  115. ;  value is 20 and the maximum is a 100, 50 is a very reasonable value since
  116. ;  it contains from 10-15 posts. This is usually a good history for most
  117. ;  discussions
  118. ;
  119. MaxLines       50
  120. ;
  121. ;------------------------------------------------------------------------------
  122. ;
  123. ;  Memory swapping options. Dirty Wall has to shell to the poster program
  124. ;  so it will swap itself out of memory if possible. "SwappingDir" can be used
  125. ;  to specify which directory or directories should be used for swapping.
  126. ;  Multiple directory paths can be seperated using a semi-colon.
  127. ;  "SwappingNoEMS" can be used to prevent any swapping from being done to EMS
  128. ;  memory, and "SwappingDisable" can be used to disable memory swapping
  129. ;  altogether. Remove the semi-colon (;) to activate any of these options.
  130. ;
  131. ;SwappingDir    C:\
  132. ;SwappingNoEMS
  133. ;SwappingDisable
  134. ;
  135. ;------------------------------------------------------------------------------
  136. ;
  137. ;  Serial port options. These options are generally not needed, as these
  138. ;  settings can usually be determined from the BBS door information file.
  139. ;  "LockedBPS" specifies the the BPS rate at which the door should communicate
  140. ;  with the modem. "SerialPort" specifies the port port number that the modem
  141. ;  is connected to. Unless you have reassigned the port numbers through your
  142. ;  FOSSIL drive, port 0 corresponds to COM1, port 1 corresponds to COM2, and
  143. ;  so on. Remove the semi-colon (;) to activate either of these options.
  144. ;
  145. ;LockedBPS    38400
  146. ;SerialPort    0
  147. ;
  148. ;
  149. ;  Normally, a FOSSIL driver is used for serial I/O if one is available. If
  150. ;  a FOSSIL driver has not been loaded, the door communicates directly with
  151. ;  the modem. Removing the semi-colon (;) from the "NoFossil" option causes
  152. ;  the door to always communicate directly with the modem, bypassing any
  153. ;  FOSSIL driver.
  154. ;
  155. ;NoFossil
  156. ;
  157. ;------------------------------------------------------------------------------
  158. ;
  159. ;  The following options only apply if a FOSSIL driver is NOT being used for
  160. ;  serial communications. If a FOSSIL driver IS being used, these options
  161. ;  are normally set on the FOSSIL driver command line.
  162. ;
  163. ;  Hexidecimal address of the serial port. This address can usually be
  164. ;  determined automatically for ports COM1, COM2, COM3, and COM4, and is
  165. ;  normally only required for ports COM5 and higher. Remove the semi-colon
  166. ;  (;) to activate this option.
  167. ;
  168. ;PortAddress 2F8
  169. ;
  170. ;
  171. ;  Interrupt request line that the serial port is using. May be any IRQ line
  172. ;  from 1 to 15. By default, IRQ line 4 is used for ports COM1: and COM3:,
  173. ;  while IRQ line 3 is used for all other ports. Remove the semi-colon (;)
  174. ;  to activate this option.
  175. ;
  176. ;PortIRQ 4
  177. ;
  178. ;
  179. ;  Serial I/O buffer sizes. "ReceiveBuffer" specifies the number of bytes in
  180. ;  the serial I/O receive buffer. You may want to increase this buffer size
  181. ;  if you find that characters being sent from the user's modem are being lost.
  182. ;  "TransmitBuffer" specifies the number of bytes in the serial I/O transmit
  183. ;  buffer. You may want to increase this buffer size for improved performance
  184. ;  in some multitasking environments.
  185. ;
  186. ReceiveBuffer 256
  187. TransmitBuffer 1024
  188. ;
  189. ;
  190. ;  UART FIFO buffers. Normally, OpenDoors will use 16550A UART FIFO buffers
  191. ;  if they are available. You can prevent OpenDoors from using the FIFO
  192. ;  buffers, even if they are available, by removing the semi-colon before
  193. ;  the "NoFIFO" keyword. The "FIFOTriggerSize" specifies how many characters
  194. ;  may be placed in the FIFO buffers before an serial I/O interrupt is
  195. ;  envoked. Valid values are 1, 4, 8 and 14 bytes. The default value is 4
  196. ;  bytes.
  197. ;
  198. ;NoFIFO
  199. FIFOTriggerSize 4
  200. ;
  201. ;------------------------------------------------------------------------------
  202. ;
  203. ;  Custom door information file support. OpenDoors automatically recognizes
  204. ;  most door information file (drop file) formats, including DORINFO?.DEF,
  205. ;  EXITINFO.BBS, DOOR.SYS, SFDOORS.DAT, CALLINFO.BBS and CHAIN.TXT. However,
  206. ;  to permit OpenDoors doors to operate on BBS systems that produce a different
  207. ;  format file, you may define a custom door information file format. A custom
  208. ;  door information file format is defined using the "CustomFileName" command,
  209. ;  followed by one or more lines beginning with the "CustomFileLine" command.
  210. ;
  211. ;  The "CustomFileName" option specifies the filename used to distinguish this
  212. ;  file format from other file formats. This filename should not include a
  213. ;  path. To specify the path where the door information file is located, use
  214. ;  the BBSDir setting, near the beginning of this file. If the filename of the
  215. ;  custom format is the same as that of one of the built-in formats, the custom
  216. ;  format will override the built-in format.
  217. ;
  218. ;  The actual format of the custom file is specified using a number of lines
  219. ;  that begin with the keyword "CustomFileLine". Each of these lines will
  220. ;  correspond to a single line in the door information file, with the option
  221. ;  following the "CustomFileLine" keyword specifying the information that can
  222. ;  be found on that line. This can be one of the following keywords:
  223. ;
  224. ;                    Ignore - Causes the next line in the door information
  225. ;                             file to be ignored. Use on lines for which none
  226. ;                             of the options below apply.
  227. ;                   ComPort - COM? port the modem is connected to
  228. ;                             (0 indicates local mode)
  229. ;                FossilPort - Fossil port number the modem is connected to
  230. ;                  ModemBPS - BPS rate at which to communicate with modem
  231. ;                             (0 or non-numerical value indicates local mode)
  232. ;                 LocalMode - 1, T or Y if door is operating in local mode
  233. ;                  UserName - Full name of the user
  234. ;             UserFirstName - First name(s) of the user
  235. ;              UserLastName - Last name of the user
  236. ;                     Alias - The user's psuedonym / handle
  237. ;                 HoursLeft - Hours user has left online
  238. ;               MinutesLeft - Minutes user has left online, or time left online
  239. ;                             in format hh:mm
  240. ;               SecondsLeft - Seconds user has left online, or time left online
  241. ;                             in format hh:mm:ss or format mm:ss
  242. ;                             (If more than one of the above time options are
  243. ;                             used, the user time left is taken to be the total
  244. ;                             of all of these values.)
  245. ;                      ANSI - 1, T, Y or G for ANSI graphics mode
  246. ;                    AVATAR - 1, T or Y for AVATAR graphics mode
  247. ;                       RIP - 1, T or Y for RIP graphics mode
  248. ;               PagePausing - 1, T or Y if user wishes a pause at end of screen
  249. ;              ScreenLength - Number of lines on user's screen
  250. ;            ScreenClearing - 1, T or Y if screen clearing mode is on
  251. ;                  Security - The user's security level / access level
  252. ;                      City - City the user is calling from
  253. ;                      Node - Node number user is connected to
  254. ;                 SysopName - Full name of the sysop
  255. ;            SysopFirstName - The sysop's first name(s)
  256. ;             SysopLastName - The sysop's last name
  257. ;                SystemName - Name of the BBS
  258. ;
  259. ;
  260. CustomFileName    EXAMPLE.DEF                     ; Same format as DORINFO?.DEF
  261. CustomFileLine    SystemName
  262. CustomFileLine    SysopFirstName
  263. CustomFileLine    SysopLastName
  264. CustomFileLine    ComPort
  265. CustomFileLine    ModemBPS
  266. CustomFileLine    Ignore
  267. CustomFileLine    UserFirstName
  268. CustomFileLine    UserLastName
  269. CustomFileLine    City
  270. CustomFileLine    ANSI
  271. CustomFileLine    Security
  272. CustomFileLine    MinutesLeft
  273. ;
  274. ;------------------------------------------------------------------------------
  275.